home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / ixemul41.lha / ixemul-41.3 / include / sys / signal.h < prev    next >
C/C++ Source or Header  |  1994-02-23  |  190b  |  11 lines

  1. #ifndef    _SYS_SIGNAL_H_
  2. #define    _SYS_SIGNAL_H_
  3. #include <signal.h>
  4.  
  5. /*
  6.  * If addr cannot be computed it is set to SIG_NOADDR.
  7.  */
  8. #define SIG_NOADDR    ((char *)~0)
  9.  
  10. #endif    /* _SYS_SIGNAL_H_ */
  11.